Skip to content

chore: retire apps/web (moved to ocpp-debugkit/website)#117

Merged
sepehr-safari merged 1 commit into
mainfrom
chore/retire-web
Jul 13, 2026
Merged

chore: retire apps/web (moved to ocpp-debugkit/website)#117
sepehr-safari merged 1 commit into
mainfrom
chore/retire-web

Conversation

@sepehr-safari

Copy link
Copy Markdown
Member

Summary

Retire the web app from this repo. It now lives in
ocpp-debugkit/website, deployed at
ocppdebugkit.com on the published
@ocpp-debugkit/toolkit package. This repo is library + CLI only.

Changes

  • Delete apps/web/**.
  • pnpm-workspace.yaml: drop the apps/* glob; pnpm-lock.yaml regenerated
    (−218 packages).
  • Remove root vercel.json (no site deploys from here).
  • CI: remove the Playwright browser-install + E2E steps (they targeted apps/web).
  • vitest.config.ts: remove the .next / apps/web/tests excludes (dead paths).
  • Living docs (README, AGENTS, CURRENT_STATE, CONTRIBUTING): drop
    apps/web from the structure, dependency graph, and status, pointing readers to
    the website repo.

Verification

  • pnpm format:check — clean.
  • pnpm lint / pnpm typecheck — clean.
  • pnpm build — builds only @ocpp-debugkit/toolkit (no app).
  • pnpm test374 passed.
  • The new site is verified live at ocppdebugkit.com: the landing covers both
    products, the npm-backed inspector loads, and the Studio pages resolve.

One historical changelog line in CURRENT_STATE.md (under "Next.js App Scaffold
(PR #42)") still names apps/web — left as an accurate record of past work.

Closes #116

The website now lives in its own repo, ocpp-debugkit/website, deployed at
ocppdebugkit.com on the published @ocpp-debugkit/toolkit package. Remove the
in-repo web app and every active reference so this repo is library + CLI only.

- Delete apps/web/**
- pnpm-workspace.yaml: drop apps/* and regenerate the lockfile
- Remove root vercel.json (no site deploys from here)
- CI: drop the Playwright browser-install + E2E steps
- vitest.config.ts: drop the dead .next / apps/web excludes
- Docs (README, AGENTS, CURRENT_STATE, CONTRIBUTING): point to the website repo
@sepehr-safari sepehr-safari merged commit 7048dde into main Jul 13, 2026
2 checks passed
@sepehr-safari sepehr-safari deleted the chore/retire-web branch July 13, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: retire apps/web (moved to ocpp-debugkit/website)

1 participant